type golang.org/x/tools/internal/gcimporter.internalError

13 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L82: type internalError string
		bexport.go#L84: func (e internalError) Error() string { return "gcimporter: " + string(e) }
		bexport.go#L87: 	return internalError(fmt.Sprintf(format, args...))
		bexport.go#L96: 				if ierr, ok := e.(internalError); ok {
		bexport.go#L134: 		return nil, internalError("duplicate entries in type map?")
		bexport.go#L177: 		panic(internalError("unexpected nil pkg"))
		bexport.go#L300: 		panic(internalError("nil type"))
		bexport.go#L449: 		panic(internalError("field expected"))
		bexport.go#L479: 		panic(internalError("method expected"))
		bexport.go#L643: 		panic(internalError("internal error"))
		bexport.go#L680: 		panic(internalError("invalid index < 0"))
		bexport.go#L693: 		panic(internalError("invalid tag >= 0"))
		iexport.go#L88: 				if ierr, ok := e.(internalError); ok {